'Declaration<DispIdAttribute(115)> Function DrawTextBox_2( _ ByVal FontResName As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal HorizontalAlignment As TextAlignment, _ ByVal VerticalAlignment As TextAlignment, _ ByVal Text As String, _ ByVal UseFontBBox As Boolean _ ) As GdPictureStatus
[DispId(115)] GdPictureStatus DrawTextBox_2( string FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string Text, bool UseFontBBox )
function DrawTextBox_2(
FontResName: String;
Left: Single;
Top: Single;
Right: Single;
Bottom: Single;
HorizontalAlignment: TextAlignment;
VerticalAlignment: TextAlignment;
Text: String;
UseFontBBox: Boolean
): GdPictureStatus;
DispIdAttribute(115) function DrawTextBox_2( FontResName : String, Left : float, Top : float, Right : float, Bottom : float, HorizontalAlignment : TextAlignment, VerticalAlignment : TextAlignment, Text : String, UseFontBBox : boolean ) : GdPictureStatus;
[DispId(115)] GdPictureStatus DrawTextBox_2( string* FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, string* Text, bool UseFontBBox )
[DispId(115)] GdPictureStatus DrawTextBox_2( String^ FontResName, float Left, float Top, float Right, float Bottom, TextAlignment HorizontalAlignment, TextAlignment VerticalAlignment, String^ Text, bool UseFontBBox )
Parameters
- FontResName
- Left
- Top
- Right
- Bottom
- HorizontalAlignment
- VerticalAlignment
- Text
- UseFontBBox